home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / PRG / Gestalt Selectors 3.3.sit / Gestalt Selectors 3.3 / Gestalt Selectors List 3.3 / Updates / Update 3.2.5 < prev    next >
Text File  |  1996-03-06  |  11KB  |  304 lines

  1.  
  2. Hi all,
  3.  
  4. Included below is the last update before GSL 3.3, which you should find in
  5. your mailbox too. It contains some 'left-overs' from the System 7.5 Update 2.0,
  6. and some other interesting stuff from various sources.
  7.  
  8. I have System 7.5.3 installed on one of my Macs, and ofcourse I hacked my copy
  9. of Finder Enabler (by Marco Piovanelli) to make use of the hidden features of
  10. the Finder. Marco, can we expect an update? :-)
  11.  
  12. Thanks to those who contributed!
  13.  
  14. See you next time,
  15. Rene Ros
  16.  
  17.  
  18. Gestalt Selectors List 3.2.5 Update
  19. ===================================
  20.  
  21. Maintained and published by Rene G.A. Ros (rgaros@bio.vu.nl)
  22.  
  23. First published: 12 October 1992, 13:15 CET (GMT+1)
  24. Last version   : 11 December 1995, 08:05 CET (GMT+1)
  25. Previous update: 21 February 1996, 21:30 CET (GMT+1)
  26. Last modified  : 6 March 1996, 18:45 CET (GMT+1)
  27.  
  28. The complete version is available to subscribers by sending an email to:
  29.      gestalt-selectors-list-request@bio.vu.nl
  30. with as subject:
  31.      archive get recent/gestalt-selectors.etx
  32. or to get the compressed version:
  33.      archive get recent/gestalt-selectors.sit.hqx
  34.  
  35. If this is the first update you receive since subscribing to the mailing
  36. list you may want to get the previous updates as well. Then email to the
  37. address listed above and use this command:
  38.      archive get updates/updates-comb.etx
  39.  
  40. A vertical bar in front of a line indicates the line has changed or was
  41. added.
  42.  
  43. PLEASE SEND COMMENTS AND CORRECTIONS TO THE EDITOR AS SOON AS POSSIBLE.
  44.  
  45. The following persons contributed to this update:
  46.  
  47. ===========================================================================
  48. Contributions to the selector sections
  49. ===========================================================================
  50. Person                 Software                Selector(s) added/changed
  51. ---------------------------------------------------------------------------
  52. Anonymous 4            System?                 sysu
  53. Anonymous 5            UnicodeConverter.FAT    unic
  54. Marco Piovanelli       WorldScript II ? ext    lang
  55.                        unknown                 MrSD
  56. Rene Ros               Butler Access ext       BTLR
  57.                        RemoteMouse&Keys cp     aGhN
  58.                        System (enablers)       mach
  59. ---------------------------------------------------------------------------
  60.  
  61. ===========================================================================
  62. Contributions to the non-selector sections
  63. ===========================================================================
  64. Person                 Chapter/Section
  65. ---------------------------------------------------------------------------
  66. Rene Ros               Reports/Macintosh Clones
  67. ---------------------------------------------------------------------------
  68.  
  69. Apple System Software (A-E)
  70. ===========================
  71. No changes.
  72.  
  73. Apple System Software (F-J)
  74. ===========================
  75. No changes.
  76.  
  77. Apple System Software (K-N)
  78. ===========================
  79.  mach (System [6.0.4]) INF
  80.       gestaltMachineType
  81.       Returns one of the following values, indicating the type of
  82.       machine.
  83.  
  84.       enum {
  85.       #define gestaltMachineType 'mach' /* machine type */
  86.  
  87. |     /* RELEASED NON-MAC OS COMPUTERS */
  88. |     /* Network Servers with only AIX (IBM's UNIX) and no Mac OS ROM */
  89. |     /* produced by Apple */
  90.       gestaltNetworkServer500?   = ???, /* Network Server 500/132 */
  91.       gestaltNetworkServer700?   = ???, /* Network Server 700/150 */
  92.  
  93.       /* OBSERVED MACHINE VALUES IN SYSTEM SOFTWARE */
  94. |     gestalt???                 =  96, /* System 7.5 Update 2.0 */
  95.       };
  96.  
  97. Apple System Software (O-S)
  98. ===========================
  99. No changes.
  100.  
  101. Apple System Software (T-Z)
  102. ===========================
  103.  unic (System [Copland?])
  104. |     (UnicodeConverter.FAT ext [1.0?])
  105. |     gestaltUnicodeAttr &AD21
  106.       Returns information about Unicode.
  107.  
  108.       enum {
  109. |     #define gestaltUnicodeAttr 'unic'
  110.       gestaltUnicodeConverterPresent = 0,
  111.       gestaltUnicodeConverterMask   = 1L << gestaltUnicodeConverterPresent};
  112.  
  113. |     NOTE:
  114. |     The Preliminary Copland headers defined a 'gestaltUnicodeFeatures'
  115. |     constant which is now replaced by 'gestaltUnicodeAttr'.
  116.  
  117. Apple Additional Software
  118. =========================
  119. No changes.
  120.  
  121. Third Parties Software
  122. ======================
  123. No changes.
  124.  
  125. Unknown Gestalt Selector Codes
  126. ==============================
  127.  
  128. Apple Software
  129. --------------
  130.  lang (WorldScript II ? ext [7.2?], part of KanjiTalk7 and
  131.                                     several language kits)
  132.       gestaltLanguageMgrAttr
  133.       Returns information about the Language Manager?
  134.  
  135.       enum {
  136.       #define gestaltLanguageMgrAttr 'lang'
  137.       gestaltLanguageMgrPresent? = 0,
  138. |     gestattLanguageMgr???      = 1}; /* Japanese Language Kit v1.2 */
  139.  
  140.  sysu (System Update enbl [7.5 upd 2.0s3]) INF?
  141.       gestaltSystemUpdateVersion?
  142. |     Returns the version number of the System Update enabler as NumVersion.
  143.  
  144.       #define gestaltSystemUpdateVersion? 'sysu'
  145. [seemed dropped with Seed 8, but Seed 11 installs this selector again?]
  146. [but now as NumVersion, not BCD!]
  147.  
  148. Third Parties Software
  149. ----------------------
  150. |BTLR (Butler Access ext [1.2.7?], part of Butler Access
  151. |                                  by Everywhere Development Corp.
  152. |aGhN (RemoteMouse&Keys cp [1.0b1] by Alan G. Hawrelak)
  153. |MrSD (???)
  154.  
  155. Reports
  156. =======
  157.  
  158.  Macintosh Clones
  159.  ----------------
  160.  (by Rene Ros, contributions by Jean-Pierre Curcio, Kenneth Knotts and Marc
  161. | Schrier. Also based on MacWEEK articles and GURU application by Newer
  162. | Technologies.)
  163.  
  164.  So far the clone manufacturers have released computers which hardware
  165.  is identical, though clockspeed may be different, to other computers
  166.  released by Apple. This section contains a table of clone model names and
  167.  the equivalent Apple ID number and constant name.
  168.  
  169.  The Pioneer clone (codename Pioneer MPC-GX1 where MPC stands for Multimedia
  170.  Personal Computer) was observed at CeBIT '95.
  171.  
  172.  ===========================================================================
  173.  Clone Machines
  174.  ===========================================================================
  175.  Manufacturer       Model Name          Apple Hardware Model
  176.                                         ID    Constant
  177.  ---------------------------------------------------------------------------
  178. |Daystar            Genesis MP 132      ???
  179. |                   Genesis MP 150      ???
  180. |NUpowr             Power PC for PowerBooks 500's
  181. |                                       ???
  182.  Pioneer            MPC-GX1             100   gestaltPowerMac6100_66
  183.  Power Computing    Power 100            55   gestaltPowerMac8100_100
  184.                     Power 120            12!  gestaltPowerMac8100_120
  185.                     PowerCurve 601/120  ???   ???
  186.                     PowerWave 604/120    67   gestaltPowerMac9500
  187.                     PowerWave 604/132    67   gestaltPowerMac9500
  188.                     PowerWave 604/150    67   gestaltPowerMac9500
  189.  Radius             81/110               40   gestaltPowerMac8100_110
  190.                     System 100          ???   gestaltPowerMac8100??? ?
  191.  ---------------------------------------------------------------------------
  192.  ! value not belonging to any by Apple released computer
  193.  ---------------------------------------------------------------------------
  194.  
  195. About this list
  196. ===============
  197. For this update this chapter only includes the 'Gestalt Submission Form',
  198. 'Acknowledgements' and 'Editors' Address' sections.
  199.  
  200. Gestalt Submission Form
  201. -----------------------
  202. You can use this form to report information you found on already included
  203. selectors. But you can also use it to register new Gestalt selector codes.
  204. If you want to register the selector code your software installs, make sure
  205. you registered your code first with Apple Computer, Inc. Also, it is your
  206. good right if you chose to keep the meaning of the response value private.
  207. If so, still register so that others can at least detect your software by
  208. determining if the selector is present.
  209.  
  210. Software means, in this form, the software which installs the selector
  211. code. Not the whole package, just the extension or control panel (perhaps
  212. application) itself.
  213. The package is the product name in which the software is included and
  214. distributed.
  215. If data is not available or relevant, leave it blank. When the selector
  216. contains non-ASCII characters, please also provide the hexadecimal value.
  217.  
  218. You can also fill in this form on-line because it is also on the WWW
  219. pages of the GSL: http://www.bio.vu.nl/home/rgaros/gestalt/
  220.  
  221.  
  222. Your name: 
  223.  
  224. Your email address: 
  225.  
  226. Your company name: 
  227.  
  228. Do you want to remain anonymous? Yes / No
  229.  
  230. Software name: 
  231.  
  232. Software type: O application 
  233.                O control panel
  234.                O extension (also 'appe')
  235.                O other:
  236.  
  237. Category:      O Apple System Software
  238.                O Apple Additional Software
  239.                O Apple Software
  240.                O Third Parties Software
  241.  
  242. Package name: 
  243.  
  244. Author or Company name: 
  245.  
  246. Gestalt Selector: 
  247.  
  248. Constant name: 
  249.  
  250. First version to install selector: 
  251.  
  252. Source of information: 
  253.  
  254. Short description of the returned response:
  255.  
  256.  
  257.  
  258.  
  259.  
  260. Additional constant names and values for the response value meaning:
  261.  
  262.  
  263.  
  264.  
  265.  
  266. Please email this form to this Internet address: rgaros@bio.vu.nl
  267.  
  268. Acknowledgements
  269. ----------------
  270. I want to thank the following persons for their contributions to this
  271. update and their support of this list:
  272.  
  273. ===========================================================================
  274. Name                                       Internet Email Address
  275. ---------------------------------------------------------------------------
  276. Anonymous contributor(s)                   anonymous@secret.bvd.nl
  277. Marco Piovanelli                           piovanel@ghost.dsi.unimi.it
  278. ---------------------------------------------------------------------------
  279.  
  280. Legal Stuff
  281. -----------
  282. (C) 1992-1996, Rene G.A. Ros
  283.  
  284. It is not allowed to distribute updates to the GSL. The full GSL can be
  285. used freely but is not public domain.
  286. See for legal information the Legal Stuff chapter of the full Gestalt
  287. Selectors List.
  288.  
  289. Editor's Address
  290. ----------------
  291. Rene G.A. Ros
  292. developer at Mac Support Automation B.V., Uitgeest, The Netherlands
  293. consultant to the Computer Department,
  294.     Biology Faculty, Vrije Universiteit Amsterdam, The Netherlands
  295. contract programmer Pascal and C, also 4th Dimension and other data-bases
  296.  
  297. D.C. van Krimpenstraat 3
  298. 1067 SG  Amsterdam-Geuzenveld
  299. The Netherlands, Europe
  300.  
  301. Email: rgaros@bio.vu.nl (preferred)
  302.        rgaros@dds.nl
  303.        100112.1363@compuserve.com
  304.